ListLinePlot
ListLinePlot[{y1,…,yn}] plots a line through the points {1,y1}, …, {n,yn}.
ListLinePlot[{{x1,y1},…,{xn,yn}}] plots a line through the points {x1,y1}, …, {xn,yn}.
ListLinePlot[{data1,data2,…}] plots lines from all the datai.
ListLinePlot[{…,w[datai,…],…}] plots datai with features defined by the symbolic wrapper w.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.